home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.metal;
-
- import com.sun.java.swing.AbstractAction;
- import java.awt.event.ActionEvent;
- import java.io.File;
-
- class MetalFileChooserUI$DirectoryComboBoxAction extends AbstractAction {
- // $FF: synthetic field
- MetalFileChooserUI this$0;
-
- // $FF: synthetic method
- protected MetalFileChooserUI$DirectoryComboBoxAction(MetalFileChooserUI this$0) {
- super("DirectoryComboBoxAction");
- this.this$0 = this$0;
- }
-
- public void actionPerformed(ActionEvent e) {
- this.this$0.getFileChooser().setCurrentDirectory((File)MetalFileChooserUI.access$directoryComboBox(this.this$0).getSelectedItem());
- }
- }
-